From 6e30f9f3cf60710a3e73f2cfc62b1c4ecbefb855 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 9 Mar 2004 22:42:43 +0000 Subject: [PATCH] Add saplus. --- gpsbabel/style/saplus.style | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 gpsbabel/style/saplus.style diff --git a/gpsbabel/style/saplus.style b/gpsbabel/style/saplus.style new file mode 100644 index 000000000..6f8b07b85 --- /dev/null +++ b/gpsbabel/style/saplus.style @@ -0,0 +1,28 @@ +# gpsbabel XCSV style file +# +# Format: +# Author: Jim Bensman +# Date: 02/22/04 +# + +DESCRIPTION Delorme Street Atlas Plus + +# +# FILE LAYOUT DEFINITIIONS: +# +FIELD_DELIMITER COMMA +RECORD_DELIMITER NEWLINE +BADCHARS ," + +PROLOGUE Name 2,Name,Latitude,Longitude,URL,Type + +# +# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE: +# +IFIELD DESCRIPTION, "", "%s" # Name 2 (Big Description) +IFIELD SHORTNAME, "", "%s" # Name +IFIELD LAT_DECIMAL, "", "%f" # Latitude +IFIELD LON_DECIMAL, "", "%f" # Longitude +IFIELD URL, "", "%s" # URL +IFIELD IGNORE, "", "" # Holder for Geocache Type + -- 2.30.2